home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qostnote.zip / NINSTALL.TEC < prev    next >
Text File  |  1990-07-03  |  7KB  |  169 lines

  1. ID:NI Multiple Users of DESQview
  2. NINSTALL.TEC by Dan Sweeney
  3.  
  4. Q: ?    Can multiple users use DESQview from 1 master copy on a Novell
  5.     dedicated file server ?
  6.  
  7. A:.    Yes. Follow this procedure after you have read Appendix C
  8.         of the DESQview manual. 
  9.  
  10. Legal Considerations
  11.  
  12.     Your license agreement specifically prohibits you from assigning
  13.     or transfering DESQview to any other person. You are bound by the
  14.     terms of this license agreement when you use DESQview on a network.
  15.     EACH and EVERY INDIVIDUAL USER OF DESQview on ANY network MUST 
  16.     have purchased (or otherwise legally acquired) a copy of DESQview
  17.     and MUST have a DESQview manual. 
  18.  
  19. Operational Considerations
  20.  
  21.     MAPPING. Novell's MAP INSERT can be used inside DESQview. However we 
  22.         recommend that Search Drive mapping be done from within the login 
  23.     script prior to starting DESQview. Search drives (Z:, Y:, X:, ...) 
  24.         should never be used to change directories on the network inside 
  25.     DESQview. If a user issues the change directory command from within 
  26.         a DESQview window on a search mapped drive the new value entered 
  27.     (ie cd\data) is globally applied to all DESQview windows. This can 
  28.         cause application programs that use overlays to fail as the search 
  29.     map no longer points to the correct directory.  DESQview will 
  30.         remember the correct subdirectory on MAPped drives which are not 
  31.         search drives (F:, G:, H:, ...).
  32.  
  33.     PRINTING. A user can run Novell's CAPTURE command from within batch
  34.     files or from the keyboard within a DESQview window. If the user
  35.     runs CAPTURE in one window and then reruns CAPTURE in another window
  36.     the previous CAPTURE command is lost. It is best to set up your
  37.     default CAPTURE(s) from within the user login script prior to loading
  38.     DESQview. 
  39.  
  40.     SWAPPING. In the case where a workstation doesn't have or has 
  41.     run out of exPanded memory DESQview's default is to swap to the
  42.     directory where DESQview was started from. The user should have
  43.     both create and delete rights in his default DESQview directory.
  44.     If you have limited the users' network drive disk space DESQview
  45.     may post an error message when the user attempts to switch windows.
  46.     A DESQview SWAP file is typically as large as the amount of memory 
  47.         allocated to the program in the PIF file plus 10 to 16K. For 
  48.         programs that use exPanded memory this can vary quite a bit. Be sure 
  49.         to allow the user enough disk space to accommodate these swap files.
  50.  
  51.         Appendix C suggests that you may "share" the portions of DESQview 
  52.         which are not unique to an individual.  This example shows how this 
  53.         might be done. The example lists the structure of directories and 
  54.     files on a Netware file server named QDECK, the user's name will be 
  55.     FRANK.  
  56.  
  57.       SYS:
  58.         ├── SYSTEM
  59.         ├── PUBLIC
  60.         ├── MAIL
  61.         ├── LOGIN
  62.         ├── USERS
  63.         ├── PROGRAMS
  64.         └── DATA
  65.  
  66.     Step 1.    Create a DESQview directory as a subdirectory of programs.
  67.  
  68.     Step 2.    COPY the DESQview diskette into  SYS:PROGRAMS/DESQview. 
  69.  
  70.     Step 3.    Create the FRANK\DV directory as a subdirectory of USERS.
  71.  
  72.     Step 4. COPY these files from SYS:PROGRAMS/DESQview into FRANK\DV
  73.     
  74.     DESQVIEW.DIR    DVSETUP.COM    
  75.     DESQVIEW.DVH    INSTLADD.COM    
  76.     AU-LOAD.COM    FW-LOAD.COM    
  77.     LT-LOAD.COM    MM-LOAD.COM    
  78.     PX-LOAD.COM    WS-LOAD.COM
  79.     DESQVIEW.DVO    INSTLCHG.COM
  80.     LS-LOAD.COM    MS.COM
  81.  
  82.     Step 5.    Create or modify user FRANK's login script simular 
  83.     to example below.
  84.  
  85.     FRANK's Login script looks like this:
  86.  
  87.     MAP *1:=SYS:USERS/%LOGIN_NAME/DV     ;places user in their DV directory
  88.     MAP P:=QDECK/SYS:DATA/PDOXDATA       ;required for Paradox
  89.     MAP S14:=QDECK/SYS:PROGRAMS/PARADOX  ;search map for Paradox
  90.     MAP S15:=QDECK/SYS:PROGRAMS/DESQview ;search map for DESQview
  91.     MAP S16:=QDECK/SYS:PUBLIC            ;search map to Public directory 
  92.                          ;to keep Netware's default map
  93.                                             ;from modifiying your path
  94.  
  95.     Step 6.    Login to the network as FRANK
  96.  
  97.     Step 7.    Make sure you are in the directory \USERS\FRANK\DV. 
  98.     Type Autoinst x: and press enter (substitute the drive letter 
  99.     ie F:, G:, ... for x). Repeat this step for each drive the user 
  100.     has access to.
  101.  
  102.     Step 8.    From the FRANK\DV directory type SETUP and press enter. 
  103.     You may choose either simple or advanced setup. The setup program    
  104.     will create a file named DVSETUP.DV in the FRANK\DV directory. This
  105.     file is specific to the user FRANK and the workstation's hardware
  106.     configuration (ie EGA monitor, allow swapping etc). If FRANK were to
  107.     change his video adapter from EGA to VGA SETUP should be run again
  108.     prior to starting DESQview. If FRANK were to login from another
  109.     workstation that didn't match the video and mouse settings in his
  110.     DVSETUP.DV problems may occur.
  111.  
  112.  
  113.     Your directory structure should now look similar to this.
  114. SYS:
  115.     ├─ SYSTEM
  116.     ├─ PUBLIC
  117.     ├─ MAIL
  118.     ├─ LOGIN
  119.     ├─ USERS
  120.     │  │
  121.     │  └─ FRANK   
  122.     │      └─ DV  (files)
  123.     │         └─ DESQVIEW.DIR
  124.     │            INSTLCHG.COM
  125.     │            INSTLADD.COM
  126.     │            DVSETUP.COM
  127.     │            DESQVIEW.DVO
  128.     │            DESQVIEW.DVH
  129.     │            DVSETUP.DV
  130.     │            AU-LOAD.COM   ;Loader file for Autocad
  131.     │            FW-LOAD.COM   ;Loader file for Framework
  132.     │            LS-LOAD.COM   ;Loader file for Lotus release 2-2.01
  133.     │            LT-LOAD.COM   ;Loader file for Lotus release 1
  134.     │            MM-LOAD.COM   ;Loader file for Multi-Mate
  135.     │            PX-LOAD.COM   ;Loader file for Paradox release 2-2.01
  136.     │            WS-LOAD.COM   ;Loader file for Wordstar
  137.     │            L2-PIF.DVP    ;PIF for Lotus
  138.     │            P2-PIF.DVP    ;PIF for Paradox
  139.     │          MS-PIF.DVP    ;PIF for Memory Status
  140.     │            AP-PIF.DVP    ;PIF for Add a Program
  141.     │            CP-PIF.DVP    ;PIF for Change & Delete a program        
  142.     │            DS-PIF.DVP    ;PIF for Dos Services
  143.     │            SS-PIF.DVP    ;PIF for Sample Spreadsheet
  144.     │            SD-PIF.DVP    ;PIF for Sample Document
  145.     │
  146.     │                          ;PIF stands for Program Information File.
  147.     │                          
  148.     ├── PROGRAMS           
  149.     │    │
  150.     │    ├─ DESQview
  151.     │    │    └─────── (copy the DESQview diskette to this directory)
  152.     │    │               
  153.     │    ├─ PARADOX
  154.     │    │    └─────── (program files for Paradox)
  155.     │    └─ LOTUS 
  156.     │         └─────── (program files for Lotus)
  157.     │        
  158.     └── DATA   
  159.          │       
  160.          ├─ PDOXDATA
  161.          │    └─────── (Database files for Paradox)
  162.          └─ 123DATA             
  163.               └─────── (Worksheet files for Lotus)
  164.  
  165.     FRANK should then start DESQview from the \FRANK\DV directory.
  166.  
  167.         Copyright (C) 1990 by Quarterdeck Office Systems
  168.              * * *   E N D   O F   F I L E    * * * 
  169.